projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02e4a6b
)
(minibuffer_completion_contents): Add return type.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 27 Jun 2002 16:22:31 +0000
(16:22 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 27 Jun 2002 16:22:31 +0000
(16:22 +0000)
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/minibuf.c
b/src/minibuf.c
index dc0e16c7ba2aa886352766df3b99d3e02c6cd13f..3d9451b2bc9794814a49031d30a92723a6a92f42 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-369,6
+369,7
@@
The current buffer must be a minibuffer. */)
/* Get the text in the minibuffer before point.
That is what completion commands operate on. */
+Lisp_Object
minibuffer_completion_contents ()
{
int prompt_end = XINT (Fminibuffer_prompt_end ());